home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6322 < prev    next >
Encoding:
Text File  |  1996-08-05  |  899 b   |  39 lines

  1. Path: sn.no!usenet
  2. From: sloken@oslonett.no (Syver L°ken)
  3. Newsgroups: comp.lang.c
  4. Subject: I need basic help
  5. Date: Fri, 23 Feb 1996 22:32:48 GMT
  6. Organization: SN Internett
  7. Message-ID: <4glfaa$gvn@hasle.sn.no>
  8. Reply-To: sloken@oslonett.no
  9. NNTP-Posting-Host: ski2-16.ppp.sn.no
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. #include<iostream.h>
  13.  
  14. int main ()
  15. {
  16. cout << " this is a test test ";
  17. return (0);
  18.  }
  19.  
  20. when this simple program is linked ( compiling works ) I get the
  21. following error :
  22.  
  23. Linking test.exe:
  24. Linker Warning: No module definition file specified: using defaults
  25.  
  26.  
  27. Linker Error: Undefined symbol OwlMain(int,char far*far*) in library
  28. file \BC4\LIB\owlwi.lib in module winmain
  29.  
  30. As you understand , I use Borland and there's obviously something
  31. wrong with linking options or libraries , i just can't figure out
  32. what!
  33.  
  34.  I would be very happy if someone could help me
  35.  
  36. Rgds Syver L°ken, Norway
  37.  
  38.  
  39.